Release 10.1A: OpenEdge Application Server:
Administration
StreamMessage, MapMessage, and TextMessage
StreamMessagesandMapMessagesconsist of individual items (or chunks) of data. The larger the items are, the better the performance is. For example, a group of database records can be sent in aStreamMessagewith each field as a separate item (using awrite...method). Much better performance is achieved if each record is converted toRAWdata and written as a Byte item in aStreamMessageusingwriteBytesFromRaw(). Applications can use multipleappendTextmethods to generate larger messages in aTextMessageandXMLMessage. Using larger segments in eachappendTextimproves performance.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |